home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / pas_0593.zip / PRGBOOKS.TXT < prev    next >
Text File  |  1993-05-30  |  8KB  |  162 lines

  1. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  2. Msg  : 258 of 288                                                               
  3. From : Dj Murdoch                          1:249/99.5           14 May 93  08:53 
  4. To   : Herb Brown                                                                
  5. Subj : Programming books..                                                    
  6. ────────────────────────────────────────────────────────────────────────────────
  7.  HB> If it's ok with DJ, cause it will go off subject just a 
  8.  HB> bit,  I'd like to know what books you use as programming 
  9.  HB> references.   I'd like to see the responses added as a 
  10.  HB> whole in the collections of snippets that are sent through PDN.
  11.  
  12. Well, let's see how far it goes.  Reference books are useful for everyone, so
  13. for now posts of even non-Pascal books are allowed.  This isn't a book review
  14. echo though, so if you disagree with someone's judgment, don't get into a big
  15. argument over the merits of a particular book.
  16.  
  17. Here's my list:
  18.  
  19. 1.  The Language Guide and Programmer's Reference in the manual set.  These are 
  20. really very well written, much better than any third party Pascal books I've
  21. looked at.
  22.  
  23. 2.  Brown & Kyle's PC Interrupts (ISBN 0-201-57797-6).  This book is based on
  24. Ralf Brown's interrupt list, and is really a lot easier to use than the list.  A
  25. second edition is due out sometime late this year or early next.
  26.  
  27. 3.  Intel's i486 Microprocessor Programmer's Reference Manual (and the other
  28. 80x86 family manuals).  This isn't sold in bookstores, you have to get it from
  29. Intel Literature Sales, P.O. Box 58130, Santa Clara, CA 95052-8130, phone 1-
  30. 800-548-4725 from U.S. and Canada, ???? from elsewhere, order no. 240486-001,
  31. ISBN 1-55512-101-2. These books aren't easy reading, but they're good reference 
  32. material. 
  33.  
  34. Those are the top 3 on my list.  I've got lots of others, but don't use them
  35. much.
  36. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  37. Msg  : 348 of 411                                                               
  38. From : Herb Brown                          1:396/1.0            15 May 93  10:40 
  39. To   : Dj Murdoch                                                                
  40. Subj : Programming books..                                                    
  41. ────────────────────────────────────────────────────────────────────────────────
  42.  
  43.  DM> Well, let's see how far it goes.  Reference books are 
  44.  DM> useful for everyone, so for now posts of even non-
  45.  DM> Pascal books are allowed.  This isn't a book review 
  46.  
  47. Duly noted and I'd like to ask everyone NOT to make an issue about the good, the
  48. bad, and the ugly.  This little project is for statistical and references for
  49. people looking for good text book information on programming, ultimately via
  50. Pascal and it's derivatives.
  51.  
  52. Here are a few that I use:  (I want the novices to note that some of these were 
  53. written for Tp when version 3.x was new and that just because the books are
  54. somewhat dated, does not mean the material is quite dated.)
  55.  
  56. Advanced Techniques in Turbo Pascal  * Charles C. Edwards
  57. (c) 1987 Sybex ISBN 0-89588-350-3
  58.  This one was written for TP 3.x.  I bought it for the serial and interrupt
  59. procs.
  60.  
  61. Complete Turbo Pascal (Third Edition) * Jeff Duntemann
  62. (c) 1989, 1987, 1986 Scott Forseman and CO. ISBN0-673-38355-5
  63. Covers 4.0 and 5.0 and has excellent intermidiate techniques.
  64.  
  65. Writing MS-DOS Device Drivers * Robert S. Lai.
  66. (c) 1987 The Waite Group. ISBN 0-201-13185-4
  67. Great book on drivers and how to support them.  Although, I use this book as a
  68. refernence only with the regards of assembly techniques in this area.
  69.  
  70.  
  71. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  72. Msg  : 412 of 412 - 348                    Loc                                  
  73. From : Steve Wierenga                      1:2613/228.2         16 May 93  12:58 
  74. To   : Herb Brown                          1:396/1.0                             
  75. Subj : Programming books..                                                    
  76. ────────────────────────────────────────────────────────────────────────────────
  77. Hello Herb:
  78.  
  79. Here are some programming books that I've used:
  80.  
  81. Mastering Turbo Pascal 6 * Scott D. Palmer
  82. (c) Sybex 1991  ISBN 0-89588-675-8
  83. Good introduction to TP 6, also includes some more advanced techniques... I
  84. learned Pascal with this one.
  85.  
  86. Assembly Language For Pascal Programmers * Steve Holzner
  87. (c) Brady 1990  ISBN 0-13-652975-5
  88. I haven't read it all the way through yet, but it is a good
  89. introduction to assembly programming, and also tells how to
  90. interface assembly into Pascal.
  91.  
  92. Power Graphics Using Turbo Pascal 6 * Keith Weiskamp and Loren Heiny
  93. (c) John Wiley & Sons, Inc. 1991 ISBN 0-471-54736-0
  94. This book has lots of good graphics routines and ideas (unfortunately using the 
  95. BGI).  It has code to a paint program and a CAD program, as well as a chapter on
  96. 3-d programming.
  97.  
  98. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  99. Msg  : 391 of 460                                                               
  100. From : BRIAN PAPE                          1:2250/26.0          15 May 93  16:02 
  101. To   : HERB BROWN                                                                
  102. Subj : Programming books..                                                    
  103. ────────────────────────────────────────────────────────────────────────────────
  104. HB>If it's ok with DJ, cause it will go off subject just a bit,  I'd like to kn
  105. HB>what books you use as programming references.   I'd like to see the response
  106. HB>added as a whole in the collections of snippets that are sent through PDN.
  107.  
  108. HB>It'll probably go off topic as not all references will be Pascal oriented.
  109. HB>I'd like to tally the responses and get the info out as a "frequently asked
  110. HB>Question" type of thing.
  111.  
  112. HB>I'd like to look at the situation as if I did not have _ANY_ books on
  113. HB>programming and _IF_ I had the money to complete a library of references in
  114. HB>one afternoon, what books would that include?
  115.  
  116. [end of quoting :)   ]
  117. Some of my favorite books (looking at stack next to me :)
  118. Programmer's Guide to the EGA and VGA cards, 2nd Edition *good*
  119.   Richard Ferraro
  120.   pub by Addison Wesely
  121. PC Intern *Great Book*
  122.   Michael Tischer
  123.   pub by Abacus Books
  124. Turbo Pascal 6.0: Techniques and Utilities *can't live without it :) *
  125.   Jeff Dunteman
  126.   pub by Ziff-Davis press
  127. DOS Programmer's reference (3rd edition by now, I suppose, I have 2nd)
  128.   Somebody Dettman
  129.   pub by Que books
  130. Mastering Borland C++
  131.   Tom Swan
  132.   pub by Sams books
  133.  
  134. And, of course the Borland Pascal 7.0 reference manual and language
  135. guide (but NOT the 6.0 and less books from Borland)
  136.  
  137.  
  138. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  139. Msg  : 92 of 184                                                                
  140. From : Ben Glazer                          1:396/17.0           21 May 93  17:33 
  141. To   : All                                                                       
  142. Subj : #1 Programming Book                                                    
  143. ────────────────────────────────────────────────────────────────────────────────
  144. Clearly, the best Pascal book is Mastering Turbo Pascal 6.0 by Tom Swan.  Tom
  145. covers all of the basic, intermediate, and advanced topics thoroughly.  The book
  146. acts as, not only an incredible reference, but an exceptional tutorial. 
  147. Whenever I'm in a programming fix, I consult Swan before you guys on the net
  148. (heh, heh).  Buy it if you don't have it; it's quite a worthy investment at
  149. thirty bucks (...I think...).
  150.  
  151. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  152. Msg  : 139 of 185                                                               
  153. From : Janos Szamosfalvi                   1:343/200.0          21 May 93  23:07 
  154. To   : Dj Murdoch                                                                
  155. Subj : programming books..                                                    
  156. ────────────────────────────────────────────────────────────────────────────────
  157. |3.  Intel's i486 Microprocessor Programmer's Reference Manual (and the |other
  158. 80x86 family manuals).  This isn't sold in bookstores,
  159.  
  160. _Better_ bookstores (such as our University Bookstore) do carry the Intel
  161. manuals.
  162.